luci-base: spell fix
authorPaul Donald <[email protected]>
Mon, 21 Apr 2025 19:29:12 +0000 (21:29 +0200)
committerPaul Donald <[email protected]>
Mon, 21 Apr 2025 21:32:13 +0000 (23:32 +0200)
Signed-off-by: Paul Donald <[email protected]>
modules/luci-base/htdocs/luci-static/resources/network.js

index db471f29edf190911b0d65f4241242bb0d7ec63b..14c7b9fcad24c3371b72df52ba519052b15fbf48 100644 (file)
@@ -3096,7 +3096,7 @@ Device = baseclass.extend(/** @lends LuCI.network.Device.prototype */ {
         * Checks whether this device is up.
         *
         * @returns {boolean}
-        * Returns `true` when the associated device is running pr `false`
+        * Returns `true` when the associated device is running or `false`
         * when it is down or absent.
         */
        isUp: function() {